/* Urban Habitats Article CSS*/


/* Sidebar
-------------------------------------- */
.also {
	font-size: .85em;
	font-weight: bold;
	color: #7DC031;
	margin: 10px 7px 10px 13px;
	border-bottom: 1px dotted #603811;
	}

.sb-toc {
	color: #436C1F;
	margin: 8px 10px 20px 13px;
	}

.sb-toc li {
	font-size: .85em;
	padding: 5px 0 5px 15px;
	background: url("../img/paper_icon.png") no-repeat left 7px;
	}

.sb-toc li.intro {
	background: url("../img/editor_icon.png") no-repeat left 7px;
	}

.sb-toc li a {
	text-decoration: none;
	line-height: 1.5em;
	color: #436C1F;
	border-bottom: 1px dotted #94C867;
	}

.sb-toc li a:hover {
	text-decoration: none;
	color: #603811;
	border-bottom: 1px dotted #603811;
	}	


/* Content
-------------------------------------- */
#content {
	background-color: #FDFBE5;
	}

a {
	color: #436C1F;
	}

a:hover {
	color: #603811;
	}

/* Article
-------------------------------------- */
#article {
	background: url("../img/article_bg.png") no-repeat 0 0;
	float: right;
	width: 600px;
	background-color: #FFF;
	}


/* Pubinfo
-------------------------------------- */
#pubinfo {
	float: left;
	width: 510px;
	padding: 30px 0px 10px 45px;
	}	

#pubbox {
	float: left;
	border-top: 1px dotted #8CBC66;
	border-bottom: 1px dotted #8CBC66;
	}

.art-pubdate {
	float: left;
	width: 250px;
}

.art-pubdate p {
	padding: 6px 0 3px 0;
	color: #38B549;
	font-weight: bold;
	font-size: .92em;
	}

.options {
	float: right;
	width: 260px;
	}

.options ul li {
	float: right;
	}

#content .options ul li a {
	display: block;
	padding: 6px 5px 3px 20px;
	color: #38B549;
	font-weight: bold;
	font-size: .92em;
	text-decoration: none;
	background: url("../img/docs_icon.png") no-repeat 7px 7px;
	}
	
#content .options ul li a:hover {
	display: block;
	padding: 6px 5px 3px 20px;
	color: #49290B;
	background: url("../img/docs_icon_over.png") no-repeat 7px 7px;
	}


/* Article-Content
-------------------------------------- */
.article-content {
	float: left;
	width: 510px;
	padding: 0px 0px 20px 45px;
	}

.article-content h2 {
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.38em;
	}

.article-content h3 {
	color: #49290B;
	font-weight: bold;
	font-size: 1.15em;
	}
	

.article-content p	{
	font-size: .92em;
	line-height: 1.4em;
	padding: 10px 0;
	}
	

.article-content .title {
	color: #603811;
	font-size: 1.85em;
	}

sup {
	font-size: smaller;
}


h3.author {
	font-size: 1.38em;
	color: #436C1F;
	}

#content h3.author a {
	color: #436C1F;
	}	

#content h3.author a:hover {
	color: #603811;
	}	

.address {
	display: block;
	font-size: .85em;
	color: #436C1F;
	width: 100%;
	padding: 3px 0 0 15px;
	background: url("../img/mail_icon.png") no-repeat left 5px;
}



/* Images
-------------------------------------- */
img {
	background-color: #EBDFBF;
	border: 4px double #6B4521;
	display: block;
	}

img.noborder {
	border: none;
	}

.imgright {
	float: right;
	padding: 2px 0;
	margin: 3px 0 3px 10px;
	}

.imgright p {
	color: #603811;
	font-size: .85em;
	}

.imgcenter {
	margin: 0 auto 10px auto;
	text-align: left;
	width: 100%;
	}

.imgcenter p {
	font-size: .85em;
	padding: 3px 2px;
	}

.imgcenter-wrap {
	text-align: center;
	}
	
.imgleft {
	float: left;
	padding: 2px 0;
	margin: 3px 10px 3px 0;
	}

.imgleft p {
	color: #603811;
	font-size: .85em;
	}

.imgblock {
	margin: 0 0 1em 0;
	}

.imgblock p {
	padding: 2px 0;
	color: #603811;
	font-size: .85em;
	}

.imgrow {
	float: left;
	margin: 0 0 1em 0;
	}

.imgrow p {
	padding: 2px 0;
	color: #603811;
	font-size: .85em;
	}	

blockquote {
	padding: 1em 2em 1em 3em;
	font-size: .92em;
	line-height: 1.4em;
	}

.center {
	margin: 0 auto; 
	width: 100%;
	}

ul.nostyle {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

.article-content ol {
	list-style-type: decimal;
	margin: .5em 1em .5em 2em;
	font-size: .92em;
}

.article-content ul {
	list-style-type: disc;
	margin: .5em 1em .5em 2em;
	font-size: .92em;
}

.article-content li {

	padding: 0 0 .5em 0;
	line-height: 1.4em;
	}

.article-content li ul {
	padding: .5em 0 0 .75em;
	}

/* nested tables weren't indenting in mozilla browswers */		
.article-content li ul li ul {
	padding: .5em 0 0 2em;
	}


.clearthis {
	clear: left;
	}

.clearboth {
	clear: both;
	}

.centertext {
	text-align: center;
	}

.uppercase {
	text-transform: uppercase;
	}

/* Cited
-------------------------------------- */
#cited {
	float: right;
	width: 600px;
	padding-top: 40px;
	background: url("../img/article_bottom.png") no-repeat 0 0;
	}	

#cited .article-content h2 {
	font-weight: bold;
	color: #436C1F;
	padding-top: 20px;
	font-size: 1.38em;
	}

#cited .article-content p	{
	font-size: .85em;
	line-height: 1.3em;
	padding: 10px 0;
	}		


/* Tables
-------------------------------------- */
#table {
	float: right;
	width: 600px;
	background-color: #FFF;
	}

#table h2.tableheading {
	padding-top: 30px;
	font-size: .95em;
	}

table {
	margin: 1.5em 0;
	font-size: .85em;
	}

th, td {
	border: 1px solid #38B549;
	padding: 5px 10px 5px 8px;
	text-align:right;
	color: #000;
	vertical-align: middle;
	}

th {
	background: #ffffff;
	color: #603811;
	font-weight: bold;
	font-size: 1em;
	}


/* Figure Pages
-------------------------------------- */
.fig #page-body {
	float: left;
	width: 760px;
	background:	url("../img/widepage_bg.png") no-repeat 0 0;
	}

#figure {
	float: left;
	width:	760px;
	background:	url("../img/widepage_bottom.png") no-repeat 0 bottom;
	}

.fig #pubinfo {
	float: left;
	width: 700px;
	padding: 40px 0px 0px 30px;
	}	

.fig #pubbox {
	float: left;
	border-top: 1px dotted #8CBC66;
	border-bottom: 1px dotted #8CBC66;
	}

.fig .art-pubdate {
	float: left;
	width: 350px;
}

.fig .options {
	float: right;
	width: 350px;
	}

.fig .options ul li {
	float: right;
	}

.fig .options ul li a {
	display: block;
	padding: 6px 5px 3px 20px;
	color: #38B549;
	font-weight: bold;
	font-size: .92em;
	text-decoration: none;
	background: url("../img/docs_icon.png") no-repeat 7px 7px;
	}
	
.fig .options ul li a:hover {
	display: block;
	padding: 6px 5px 3px 20px;
	color: #49290B;
	background: url("../img/docs_icon_over.png") no-repeat 7px 7px;
	}

.figure-content {
	float: left;
	width: 700px;
	padding: 0px 0 40px 30px;
	}

.figure-content h2 {
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.38em;
	}

.figure-content .title {
	color: #603811;
	font-size: 1.85em;
	}

/* Glossary Pages
-------------------------------------- */
#glossary h2 {
	padding-bottom: 10px;
	}

#glossary  h2.title {
	color: #603811;
	font-size: 1.85em;
	padding: 20px 0 0 0px;
	}

dd {
	margin: 0;
	padding: 0 0 1.5em 10px;
	line-height: 1.3em;
	}
	
dt {
	margin: 0;	
	color: #436C1F;
	font-size: 1.08em;
	padding-bottom: 5px;
	font-weight: bold;
	}

/* Issue Front Pages
-------------------------------------- */
#issue #content {
	background: url("../img/issue_bg.png") repeat-y 0 0;
	float: right;
	width: 600px;
	}

#issue-content {
	background: url("../img/issue_bottom.png") no-repeat 0 bottom;
	float: right;
	width: 600px;
	}

.editor-intro {
	margin: 10px 0;
	border-top: 1px solid #EEEBC7;
	border-bottom: 1px solid #EEEBC7;
	padding: 7px 0;
	}

.content-wide .first {
	margin: 10px 0 0 0;
	border-top: 1px solid #EEEBC7;
	padding-top: 10px;
	}

.content-wide {
	float: left;
	width: 500px;
	padding: 0 0 40px 50px;
	}

.content-wide .fullpdf {
	padding-top: 10px;
	font-size: 1.08em;
	font-weight: bold;
	color: #7DC031;
}

.content-wide .fullpdf a {
	padding-left:	20px;
	text-decoration: none;
	color: #7DC031;
	background: url("../img/docs_icon.png") no-repeat 6px 2px;
}

.content-wide .fullpdf a:hover {
	padding-left:	20px;
	text-decoration: none;
	color: #416C1F;
	background: url("../img/docs_icon_over.png") no-repeat 6px 2px;
}


.content-wide .v_main {
	font-size: 1.54em;
	font-weight: normal;
	color: #603811;
	border-bottom: 1px dotted #603811;
	}		


.content-wide .sf_main {
	font-size: 1.08em;
	font-weight: bold;
	color: #7DC031;
	margin-top: 5px;
	}	

.content-wide .sf_title_main {
	font-size: 1.85em;
	font-weight: bold;
	color: #416C1F;
	}

.content-wide .also_main {
	font-size: 1.08em;
	font-weight: bold;
	color: #7DC031;
	margin: 20px 0;
	border-bottom: 1px dotted #603811;
	}	

.content-wide p {
	font-size: .92em;
	padding: 10px 0;
	}

.content-wide .title {
	font-size: 1.08em;
	font-weight: bold;
	color: #603811;
	}

.content-wide .address {
		color: #603811;
	}

.content-wide .author {
	font-size: 1em;
	}

.content-wide ul.links {
	float: left;
	width: 100%;
	margin: 6px 0;
	list-style: none;
	}

.content-wide ul.links li {
	float: left;
	font-size: .92em;
	}

.content-wide ul.links li a {
	display: block;
	padding: 6px 5px 15px 20px;
	font-size: .92em;
	background: url("../img/docs_icon.png") no-repeat 7px 7px;
	}
	
.content-wide ul.links li a:hover {
	display: block;
	padding: 6px 5px 15px 20px;
	background: url("../img/docs_icon_over.png") no-repeat 7px 7px;
	}

.content-wide hr {
	border: none;
	border-top: 1px solid #916842;
}


.endnote {
	padding: 20px 0;
	font-size: .85em;
	color: #603811;
	}

/* Issue Page
-------------------------------------- */
a.issuebox {
	display: block;
	width: 500px;
	padding: 30px 0;
	text-decoration: none;
	background: none;
	clear: both;
	}

a.issuebox:hover div .sf_title_main {
	color: #603811;
	}

a.issuebox:hover div .sf_main {
	color: #1EAB31;
	}

a.issuebox img {
	float: right;
	margin-left: 5px;
	}

a.issuebox div {
	float: left;
	width: 275px;
}

a.issuebox div .v_main {
	font-size: 1.25em;
	font-weight: normal;
	color: #603811;
	border-bottom: 1px dotted #603811;
	}		

a.issuebox div .sf_main {
	font-size: .92em;
	font-weight: bold;
	color: #7DC031;
	margin-top: 5px;
	}	

a.issuebox div .sf_title_main {
	font-size: 1.25em;
	font-weight: bold;
	color: #416C1F;
	}




